COOKIE

see it's a COOKIE class and it's good enough for me.

COOKIE class is a data structure that represents the components of an html cookie.

Constructors

this
this()
Undocumented in source.
this
this(string http_cookie)
Undocumented in source.

Members

Functions

parseCookieString
void parseCookieString(string http_cookie)

parse the cookie string and break into key=value pairs

toString
string toString()

return a string reprenstation in html of the cookie

Variables

data
string data;
Undocumented in source.
domain
string domain;
Undocumented in source.
expires
string expires;
Undocumented in source.
path
string path;
Undocumented in source.

Meta